## This plugin version is for vBulletin 3.5.0 beta ##
A Simple addition to display all members who have visited/posted in the forum today.
This may not be copied, reproduced or published elswhere without my permission.  
Paul Marsden - vbhacks@marsden-family.com

******************************
 
******************************

1-       images/misc

2- /    product-paulm_visited_posted.xm    .

3-  

   FORUMHOME

 :

<!-- end logged-in users -->

   :

<!-- Todays active users -->
<tbody>
	<tr>
		<td class="thead" colspan="2">
			<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_todayusers')"><img id="collapseimg_forumhome_todayusers" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_todayusers].gif" alt="" border="0" /></a>
			$vbphrase[total_users_visited_today]: $totaltoday
		</td>
	</tr>
</tbody>
<tbody id="collapseobj_forumhome_todayusers" style="$vbcollapse[collapseobj_forumhome_todayusers]">
	<tr>
		<td class="alt2"><img src="images/whos_online_today.gif" alt="$vbphrase[total_users_visited_today]" border="0" /></td>
		<td class="alt1" width="100%"><div class="smallfont">$whotoday</div></td>
	</tr>
</tbody>
<!-- Todays active users -->
<!-- Todays posters -->
<tbody>
	<tr>
		<td class="thead" colspan="2">
			<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_todayposters')"><img id="collapseimg_forumhome_todayposters" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_todayposters].gif" alt="" border="0" /></a>
			$vbphrase[total_users_posted_today]: $posterstoday
		</td>
	</tr>
</tbody>
<tbody id="collapseobj_forumhome_todayposters" style="$vbcollapse[collapseobj_forumhome_todayposters]">
	<tr>
		<td class="alt2"><img src="images/who_posted_today.gif" alt="$vbphrase[total_users_posted_today]" border="0" /></td>
		<td class="alt1" width="100%"><div class="smallfont">$posttoday</div></td>
	</tr>
</tbody>
<!-- End Todays posters -->


******************************
  
******************************